home *** CD-ROM | disk | FTP | other *** search
/ Pycckuu Kocmoc - Russian Space / Pycckuu Kocmoc - Russian Space.iso / space2.exe / 0 / RCDATA / TFMFULLSCREEN / TFMFULLSCREEN.txt
Text File  |  2001-04-12  |  2KB  |  66 lines

  1. object fmFullScreen: TfmFullScreen
  2.   Left = 279
  3.   Top = 214
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'fmFullScreen'
  7.   ClientHeight = 271
  8.   ClientWidth = 484
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnDeactivate = FormDeactivate
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 194
  28.     Width = 1074
  29.     Height = 77
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 
  33.       '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜' +
  34.       '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ' +
  35.       '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  36.     Color = 13085345
  37.     Font.Charset = RUSSIAN_CHARSET
  38.     Font.Color = clWhite
  39.     Font.Height = -16
  40.     Font.Name = 'Zrial Narrow'
  41.     Font.Style = []
  42.     ParentColor = False
  43.     ParentFont = False
  44.     Transparent = True
  45.     WordWrap = True
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 10
  49.     Top = 10
  50.     Width = 345
  51.     Height = 177
  52.     BevelOuter = bvNone
  53.     Color = 13085345
  54.     TabOrder = 0
  55.     object Foto: TImage
  56.       Left = 1
  57.       Top = 1
  58.       Width = 343
  59.       Height = 175
  60.       AutoSize = True
  61.       OnMouseDown = FotoMouseDown
  62.       OnMouseMove = FotoMouseMove
  63.     end
  64.   end
  65. end
  66.